web3.js@0.2x.x Ethereumのノードに接続しているかどうかを確認する
web3.js@0.2x.x web3.isConnected
を使用します。
サンプルコード
code:example.js
if(web3.isConnected()) {
console.log("Connected to a node");
} else {
console.log("Not connecting to a node");
}
動作サンプル
https://piyolab.github.io/sushiether/web3.js_v0.2x.x/web3/web3.isConnected/index.html
ソースコード
https://github.com/piyolab/sushiether/blob/master/web3.js_v0.2x.x/web3/web3.isConnected/index.html
#web3.js
#web3.js@0.2x.x
#web3.js@0.2x.x_逆引きリファレンス